Couples walking doesn't work in some places. 🔼
Works fine in IG, but not in DG. WTAF!
reported=2023-10-25 17:02:13
reporter=onefang
priority=high
category=Bug
severity=major
resolution=fixed
2023-10-25 17:48:10 onefang: Works fine in DG sandbox on Welcome. But not outside it in Welcome.
I can rez in both, being the owner of the land and the sim.
God mode doesn't help.
Ah the land "Make objects enter" permission is to blame. Turn it off for all residents, can't walk. Doesn't matter if it's on for land group members and you are wearing the group tag.
2023-10-25 18:12:43 onefang: Ah my fault, I actually check for that in updateVehicle(). lol
What I should do is -
Only check object entry perms if we are about to cross onto different land.
Also check if we are in the correct group if it's group only for object entry.
And other similar things in that bunch of checks.
2023-10-25 19:17:49 onefang: Actually, just comment out those checks for now, except the no script one.
Later, when it's rotations are fixed, use the walk off sim stuff if we detect we can't safely move the prim into that land.
Though check if the passengers are actually allowed on that land.
2023-10-26 05:51:35 onefang: "Fixed", but still need to do the right thing, which is commented in the code.